ComponentOne Bitmap for UWP
QueryInterface<T>(Object) Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > ComObject Class > QueryInterface Method : QueryInterface<T>(Object) Method
The type of the COM interface to query
The managed COM object.
Queries a managed object for a particular COM interface support.
Syntax
'Declaration
 
Public Overloads Shared Function QueryInterface(Of T As ComObject)( _
   ByVal comObject As System.Object _
) As T
public static T QueryInterface<T>( 
   System.object comObject
)
where T: ComObject

Parameters

comObject
The managed COM object.

Type Parameters

T
The type of the COM interface to query

Return Value

An instance of the queried interface
See Also

Reference

ComObject Class
ComObject Members
Overload List